home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00272.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  346 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(22, 1)
  3.   set the memberNum of sprite 22 to the number of member "SH2 DOWN.PICT"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the memberNum of sprite 22 to the number of member "SH2 UP.PICT"
  9.   if the memberNum of sprite 5 <> 0 then
  10.     set the movieTime of sprite 5 to 15894
  11.   end if
  12.   updateStage()
  13.   puppetSprite(22, 0)
  14. end
  15.